mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #50601 from r-ryantm/auto-update/python3.6-pytest-timeout
python36Packages.pytest-timeout: 1.3.2 -> 1.3.3
This commit is contained in:
commit
bf41830376
@ -8,11 +8,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-timeout";
|
||||
version = "1.3.2";
|
||||
version = "1.3.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1117fc0536e1638862917efbdc0895e6b62fa61e6cf4f39bb655686af7af9627";
|
||||
sha256 = "1cczcjhw4xx5sjkhxlhc5c1bkr7x6fcyx12wrnvwfckshdvblc2a";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest pexpect ];
|
||||
|
Loading…
Reference in New Issue
Block a user