pythonPackages.pytest: 3.0.6 -> 3.0.7
This commit is contained in:
parent
f225ffa397
commit
a697985e37
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchurl, isPy26, argparse, hypothesis, py }:
|
{ stdenv, buildPythonPackage, fetchurl, isPy26, argparse, hypothesis, py }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "pytest-${version}";
|
name = "pytest-${version}";
|
||||||
version = "3.0.6";
|
version = "3.0.7";
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
# don't test bash builtins
|
# don't test bash builtins
|
||||||
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/p/pytest/${name}.tar.gz";
|
url = "mirror://pypi/p/pytest/${name}.tar.gz";
|
||||||
sha256 = "0h6rfp7y7c5mqwfm9fy5fq4l9idnp160c82ylcfjg251y6lk8d34";
|
sha256 = "b70696ebd1a5e6b627e7e3ac1365a4bc60aaf3495e843c1e70448966c5224cab";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ hypothesis ];
|
buildInputs = [ hypothesis ];
|
||||||
|
Loading…
Reference in New Issue
Block a user