python3Packages.pcapy-ng: remove superfluous pythonOlder
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
libpcap,
|
||||
pkgconfig,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -36,7 +35,7 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "pcapy" ];
|
||||
|
||||
doCheck = pythonOlder "3.10";
|
||||
doCheck = false;
|
||||
|
||||
enabledTestPaths = [ "pcapytests.py" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user