mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03: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 New Issue
Block a user