apache-beam: mark as broken on 3.10

This commit is contained in:
Phillip Cloud
2022-02-05 09:02:52 -05:00
parent ca5bf5bd26
commit be83d5bb38
2 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
, pytest-xdist
, pytestCheckHook
, python
, pythonAtLeast
, python-dateutil
, pytz
, pyyaml
@@ -43,6 +44,7 @@
buildPythonPackage rec {
pname = "apache-beam";
version = "2.35.0";
disabled = pythonAtLeast "3.10";
src = fetchFromGitHub {
owner = "apache";