Merge pull request #216155 from alyssais/mox3-python3.11
python311.pkgs.mox3: disable
This commit is contained in:
commit
b4b8b150d2
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, pythonAtLeast
|
||||
, subunit
|
||||
, testrepository
|
||||
, testtools
|
||||
|
@ -13,7 +14,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "mox3";
|
||||
version = "1.1.0";
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.6" || pythonAtLeast "3.11";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue