python3Packages.fixtures: split dependencies into their correct inputs
This commit is contained in:
parent
45fadd9b7f
commit
366e9ffc67
@ -17,7 +17,17 @@ buildPythonPackage rec {
|
|||||||
sha256 = "fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef";
|
sha256 = "fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pbr testtools mock ];
|
nativeBuildInputs = [
|
||||||
|
pbr
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
testtools
|
||||||
|
];
|
||||||
|
|
||||||
|
checkInputs = [
|
||||||
|
mock
|
||||||
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.interpreter} -m testtools.run fixtures.test_suite
|
${python.interpreter} -m testtools.run fixtures.test_suite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user