Skip to content
Snippets Groups Projects
Commit 12c3fa76 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

treq and twisted are runtime dependencies

parent 092c4826
No related branches found
No related tags found
1 merge request!75Add Python runtime requirements to setup.cfg
{ buildPythonPackage, sphinx
, attrs, zope_interface, aniso8601, twisted, tahoe-lafs, privacypass
, fixtures, testtools, hypothesis, pyflakes, treq, coverage
, attrs, zope_interface, aniso8601, twisted, tahoe-lafs, privacypass, treq
, fixtures, testtools, hypothesis, pyflakes, coverage
, hypothesisProfile ? null
, collectCoverage ? false
, testSuite ? null
......@@ -30,6 +30,7 @@ buildPythonPackage rec {
twisted
tahoe-lafs
privacypass
treq
];
checkInputs = [
......@@ -37,8 +38,6 @@ buildPythonPackage rec {
fixtures
testtools
hypothesis
twisted
treq
];
checkPhase = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment