Fix dependency on testscenarios

Bug #1292757 reported by Arfrever Frehtes Taifersar Arahesis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
subunit
Fix Released
Undecided
Arfrever Frehtes Taifersar Arahesis

Bug Description

testscenarios is used only by test suite, so it should be in "tests_require", not "install_requires".

--- setup.py
+++ setup.py
@@ -8,9 +8,11 @@
     extra = {}
 else:
     extra = {
+ 'tests_require': [
+ 'testscenarios',
+ ],
         'install_requires': [
             'extras',
- 'testscenarios',
             'testtools>=0.9.34',
         ]
     }

Revision history for this message
Arfrever Frehtes Taifersar Arahesis (arfrever-fta) wrote :
Changed in subunit:
status: New → Fix Committed
assignee: nobody → Arfrever Frehtes Taifersar Arahesis (arfrever-fta)
milestone: none → next
Changed in subunit:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.