mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
Merge pull request #201409 from SuperSandro2000/scapy
This commit is contained in:
commit
d275d8c2bd
@ -1,6 +1,6 @@
|
||||
{ buildPythonPackage, fetchFromGitHub, stdenv, lib, isPyPy
|
||||
, pycrypto, ecdsa # TODO
|
||||
, tox, mock, coverage, can, brotli
|
||||
, mock, can, brotli
|
||||
, withOptionalDeps ? true, tcpdump, ipython
|
||||
, withCryptography ? true, cryptography
|
||||
, withVoipSupport ? true, sox
|
||||
@ -52,8 +52,9 @@ buildPythonPackage rec {
|
||||
|
||||
# Running the tests seems too complicated:
|
||||
doCheck = false;
|
||||
checkInputs = [ tox mock coverage can brotli ];
|
||||
checkInputs = [ mock can brotli ];
|
||||
checkPhase = ''
|
||||
# TODO: be more specific about files
|
||||
patchShebangs .
|
||||
.config/ci/test.sh
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user