pythonPackages.fake_factory: refactor disable tests (for good reason)
This commit is contained in:
parent
99b5abef81
commit
0ae8b4868c
@ -18,6 +18,10 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six dateutil ipaddress mock ];
|
propagatedBuildInputs = [ six dateutil ipaddress mock ];
|
||||||
|
|
||||||
|
# fake-factory is depreciated and single test will always fail
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.interpreter} -m unittest faker.tests
|
${python.interpreter} -m unittest faker.tests
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user