summary refs log tree commit diff
path: root/pkgs/development/python-modules/apache-beam
diff options
context:
space:
mode:
authorPhillip Cloud <417981+cpcloud@users.noreply.github.com>2022-02-05 09:02:52 -0500
committerPhillip Cloud <417981+cpcloud@users.noreply.github.com>2022-02-06 15:00:53 -0500
commitbe83d5bb389dc3093b10c7f14530b43e35ede3ae (patch)
treed16d0e8d9ffe46a27782597df2a444a29bbc6cd1 /pkgs/development/python-modules/apache-beam
parentca5bf5bd262cc29417fa1b871f34487afdc9d042 (diff)
downloadnixpkgs-be83d5bb389dc3093b10c7f14530b43e35ede3ae.tar
nixpkgs-be83d5bb389dc3093b10c7f14530b43e35ede3ae.tar.gz
nixpkgs-be83d5bb389dc3093b10c7f14530b43e35ede3ae.tar.bz2
nixpkgs-be83d5bb389dc3093b10c7f14530b43e35ede3ae.tar.lz
nixpkgs-be83d5bb389dc3093b10c7f14530b43e35ede3ae.tar.xz
nixpkgs-be83d5bb389dc3093b10c7f14530b43e35ede3ae.tar.zst
nixpkgs-be83d5bb389dc3093b10c7f14530b43e35ede3ae.zip
apache-beam: mark as broken on 3.10
Diffstat (limited to 'pkgs/development/python-modules/apache-beam')
-rw-r--r--pkgs/development/python-modules/apache-beam/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/apache-beam/default.nix b/pkgs/development/python-modules/apache-beam/default.nix
index c2fe3e608cc..2eeebaaea7f 100644
--- a/pkgs/development/python-modules/apache-beam/default.nix
+++ b/pkgs/development/python-modules/apache-beam/default.nix
@@ -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";