Commit 4c25f132 authored by Emily's avatar Emily
Browse files

python3{11,12}Packages.uncompyle6: remove nose dependency

Upstream tests don’t use nose and we can’t run them anyway.
parent 7f99eb06
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -2,11 +2,9 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  pythonOlder,
  setuptools,
  spark-parser,
  xdis,
  nose,
  pytestCheckHook,
  hypothesis,
  six,
@@ -32,7 +30,6 @@ buildPythonPackage rec {
  pythonRelaxDeps = [ "spark-parser" ];

  nativeCheckInputs = [
    nose
    pytestCheckHook
    hypothesis
    six
@@ -40,7 +37,7 @@ buildPythonPackage rec {

  # No tests are provided for versions past 3.8,
  # as the project only targets bytecode of versions <= 3.8
  doCheck = pythonOlder "3.9";
  doCheck = false;

  meta = {
    description = "A bytecode decompiler for Python versions 3.8 and below";