Unverified Commit 7f1a26cf authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.censys: remove disabled

parent e7de04bc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  pytest-mock,
  pytest-cov-stub,
  pytestCheckHook,
  pythonOlder,
  requests,
  requests-mock,
  responses,
@@ -23,8 +22,6 @@ buildPythonPackage rec {
  version = "2.2.19";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "censys";
    repo = "censys-python";