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:
Jörg Thalheim 2018-11-18 22:46:57 +00:00 committed by GitHub
commit bf41830376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];