File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ nipype (1.1.7-2) neurodebian; urgency=medium
2+
3+ * d/p/deb_no_strict_versions
4+ - do not require recent pytest - version was boosted upstream only to
5+ workaround problems with some CIs, and now forbids us to use backport
6+
7+ -- Yaroslav Halchenko <debian@onerussian.com> Mon, 14 Jan 2019 12:30:32 -0500
8+
19nipype (1.1.7-1) unstable; urgency=medium
210
311 * Fresh upstream release
Original file line number Diff line number Diff line change 99+ #'neurdflib',
1010 'click>=%s' % CLICK_MIN_VERSION,
1111 'funcsigs',
12- 'pytest>=%s' % PYTEST_MIN_VERSION ,
12+ 'pytest' ,
1313--- a/requirements.txt
1414+++ b/requirements.txt
1515@@ -7,7 +7,7 @@ nibabel>=2.1.0
Original file line number Diff line number Diff line change 1616 CLICK_MIN_VERSION = '6.6.0'
1717 PYDOT_MIN_VERSION = '1.2.3'
1818
19+ @@ -147,7 +148,7 @@ REQUIRES = [
20+ 'neurdflib',
21+ 'click>=%s' % CLICK_MIN_VERSION,
22+ 'funcsigs',
23+ - 'pytest>=%s' % PYTEST_MIN_VERSION,
24+ + 'pytest',
25+ 'pytest-xdist',
26+ 'mock',
27+ # 'pydotplus',
You can’t perform that action at this time.
0 commit comments