mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
python.pkgs.node-semver: remove tox from checkInputs
This commit is contained in:
parent
b51b190403
commit
240715f8f9
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchPypi, buildPythonPackage, pytest, tox }:
|
||||
{ stdenv, fetchPypi, buildPythonPackage, pytest }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.3.0";
|
||||
pname = "node-semver";
|
||||
|
||||
buildInputs = [ pytest tox ];
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue