mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python: pytest: 3.4.0 -> 3.4.1
This commit is contained in:
parent
3bf9a5e0f9
commit
9494156d36
@ -2,7 +2,7 @@
|
||||
, setuptools_scm, setuptools, six, pluggy, funcsigs, isPy3k
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
version = "3.4.0";
|
||||
version = "3.4.1";
|
||||
pname = "pytest";
|
||||
|
||||
preCheck = ''
|
||||
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6074ea3b9c999bd6d0df5fa9d12dd95ccd23550df2a582f5f5b848331d2e82ca";
|
||||
sha256 = "9ddcb879c8cc859d2540204b5399011f842e5e8823674bf429f70ada281b3cc6";
|
||||
};
|
||||
|
||||
checkInputs = [ hypothesis ];
|
||||
|
Loading…
Reference in New Issue
Block a user