pythonPackages.pytest-shutil: 1.6.0 -> 1.7.0
This commit is contained in:
parent
5b9b2bca3e
commit
ec4f4c965e
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, lib, isPyPy, buildPythonPackage, fetchPypi
|
{ stdenv, lib, isPyPy, buildPythonPackage, fetchPypi
|
||||||
, pytest_3, cmdline, pytestcov, coverage, setuptools-git, mock, pathpy, execnet
|
, pytest, cmdline, pytestcov, coverage, setuptools-git, mock, pathpy, execnet
|
||||||
, contextlib2, termcolor }:
|
, contextlib2, termcolor }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-shutil";
|
pname = "pytest-shutil";
|
||||||
version = "1.6.0";
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "efe615b7709637ec8828abebee7fc2ad033ae0f1fc54145f769a8b5e8cc3b4ca";
|
sha256 = "0q8j0ayzmnvlraml6i977ybdq4xi096djhf30n2m1rvnvrhm45nq";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ cmdline pytest_3 ];
|
checkInputs = [ cmdline pytest ];
|
||||||
propagatedBuildInputs = [ pytestcov coverage setuptools-git mock pathpy execnet contextlib2 termcolor ];
|
propagatedBuildInputs = [ pytestcov coverage setuptools-git mock pathpy execnet contextlib2 termcolor ];
|
||||||
nativeBuildInputs = [ pytest_3 ];
|
nativeBuildInputs = [ pytest ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test ${lib.optionalString isPyPy "-k'not (test_run or test_run_integration)'"}
|
py.test ${lib.optionalString isPyPy "-k'not (test_run or test_run_integration)'"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user