Commit 0fc3a2dc authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.plugp100: update dependencies

parent b16459bf
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -9,11 +9,10 @@
  aiohttp,
  jsons,
  requests,
  cryptography,
  # Test inputs
  pytestCheckHook,
  pyyaml,
  pytest-asyncio,
  async-timeout,
}:

buildPythonPackage rec {
@@ -34,15 +33,14 @@ buildPythonPackage rec {
    requests
    aiohttp
    semantic-version
    cryptography
    scapy
    urllib3
    pyyaml
  ];

  nativeCheckInputs = [
    pytestCheckHook
    pytest-asyncio
    async-timeout
  ];

  disabledTestPaths = [