Skip to content

Commit

Permalink
Merge pull request #98329 from jonringer/disable-shouldbe
Browse files Browse the repository at this point in the history
python38Packages.shouldbe: disable for python3.8
  • Loading branch information
mweinelt committed Sep 20, 2020
2 parents eb86bff + 43c0499 commit 1696de5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/shouldbe/default.nix
@@ -1,5 +1,6 @@
{ stdenv
, buildPythonPackage
, pythonAtLeast
, fetchPypi
, nose
, forbiddenfruit
Expand All @@ -8,6 +9,8 @@
buildPythonPackage rec {
version = "0.1.2";
pname = "shouldbe";
# incompatible, https://github.com/DirectXMan12/should_be/issues/4
disabled = pythonAtLeast "3.8";

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit 1696de5

Please sign in to comment.