Skip to content

Commit

Permalink
python3{11,12}Packages.mhcflurry: remove nose dependency
Browse files Browse the repository at this point in the history
This package is currently broken anyway, but I have sent an untested
PR upstream to migrate their tests to pytest in the hopes that it
will be merged by the time we can build this again. If we fix the
package before the PR is merged, hopefully we can use it as a basis
for a vendored patch.
  • Loading branch information
emilazy authored and GaetanLepage committed Oct 15, 2024
1 parent ee6abb1 commit 8574a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/mhcflurry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ buildPythonPackage rec {
tqdm
];

# Tests currently depend on nose; see
# <https://github.com/openvax/mhcflurry/pull/244>.
nativeCheckInputs = [
nose
pytestCheckHook
];

Expand Down

0 comments on commit 8574a14

Please sign in to comment.