Commit 48d0d593 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

fromager: fix tests

Disable a test that relies on a (now private) `wheel.cli` module.
parent 095db240
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -53,6 +53,11 @@ python3.pkgs.buildPythonApplication rec {
    "fromager"
  ];

  disabledTestPaths = [
    # Depends on wheel.cli module that is private since wheel 0.46.0
    "tests/test_wheels.py"
  ];

  meta = {
    description = "Wheel maker";
    homepage = "https://pypi.org/project/fromager/";