python39Packages.python-toolbox: unbreak
This commit is contained in:
parent
7209ede743
commit
9622485d70
@ -3,8 +3,7 @@
|
|||||||
, docutils
|
, docutils
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, isPy27
|
, isPy27
|
||||||
, nose
|
, pytestCheckHook
|
||||||
, pytest
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -21,7 +20,13 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
docutils
|
docutils
|
||||||
pytest
|
pytestCheckHook
|
||||||
|
];
|
||||||
|
|
||||||
|
disabledTestPaths = [
|
||||||
|
# file imports 'dummy_threading', which was deprecated since py37
|
||||||
|
# and removed in py39
|
||||||
|
"test_python_toolbox/test_cute_profile/test_cute_profile.py"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user