Skip to content

Commit

Permalink
python2Packages.pytest-testmon: disable python2
Browse files Browse the repository at this point in the history
```
  Processing ./pytest_testmon-1.0.2-py2-none-any.whl
  ERROR: Package 'pytest-testmon' requires a different Python: 2.7.18 not in '>=3.6'
```
  • Loading branch information
Jonathan Ringer committed Aug 16, 2020
1 parent f9dadba commit 7f6d634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pytest-testmon/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder
, coverage
, pytest
}:

buildPythonPackage rec {
pname = "pytest-testmon";
version = "1.0.2";
disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit 7f6d634

Please sign in to comment.