Skip to content

Commit

Permalink
python3Packages.deform: remove nose dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lavafroth committed Jul 21, 2024
1 parent 5f736f2 commit 8fd172a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/development/python-modules/deform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
peppercorn,
translationstring,
zope-deprecation,
nose,
setuptools,
coverage,
beautifulsoup4,
flaky,
Expand All @@ -19,14 +19,16 @@
buildPythonPackage rec {
pname = "deform";
version = "2.0.15";
format = "setuptools";
pyproject = true;

src = fetchPypi {
inherit pname version;
sha256 = "1e912937650c1dbb830079dd9c039950762a230223a567740fbf1b23f1090367";
hash = "sha256-HpEpN2UMHbuDAHndnAOZUHYqIwIjpWd0D78bI/EJA2c=";
};

propagatedBuildInputs = [
build-system = [ setuptools ];

dependencies = [
chameleon
colander
iso8601
Expand All @@ -36,7 +38,6 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
nose
coverage
beautifulsoup4
flaky
Expand Down

0 comments on commit 8fd172a

Please sign in to comment.