mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #103958 from raboof/revert-pymon
Revert "python3Packages.pytest-testmon: 1.0.2 -> 1.0.3"
This commit is contained in:
commit
a62e6738af
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-testmon";
|
pname = "pytest-testmon";
|
||||||
version = "1.0.3";
|
version = "1.0.2";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "927a73dd510b90a2e4a48ea4d37e82c4490b56caa745663262024ea0cd278169";
|
sha256 = "fdb016d953036051d1ef0e36569b7168cefa4914014789a65a4ffefc87f85ac5";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ coverage ];
|
propagatedBuildInputs = [ coverage ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue