Merge pull request #252272 from tjni/gixy

gixy: use nose3 for python 3.11 compatibility
This commit is contained in:
Weijia Wang 2023-09-06 01:01:41 +02:00 committed by GitHub
commit a185ff3f58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ in
python.pkgs.buildPythonApplication rec {
pname = "gixy";
version = "0.1.20";
format = "setuptools";
# package is only compatible with python 2.7 and 3.5+
disabled = with python.pkgs; !(pythonAtLeast "3.5" || isPy27);
@ -42,7 +43,7 @@ python.pkgs.buildPythonApplication rec {
configargparse
pyparsing
jinja2
nose
nose3
setuptools
six
];