Merge lp:~mterry/duplicity/pytest-runner-move into lp:~duplicity-team/duplicity/0.8-series

Proposed by Michael Terry
Status: Merged
Merged at revision: 1408
Proposed branch: lp:~mterry/duplicity/pytest-runner-move
Merge into: lp:~duplicity-team/duplicity/0.8-series
Diff against target: 14 lines (+1/-2)
1 file modified
setup.py (+1/-2)
To merge this branch: bzr merge lp:~mterry/duplicity/pytest-runner-move
Reviewer Review Type Date Requested Status
duplicity-team Pending
Review via email: mp+370282@code.launchpad.net

Description of the change

This only needs to be a test dependency right? I was able to build/install duplicity without it.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2019-06-17 18:58:56 +0000
3+++ setup.py 2019-07-17 21:39:07 +0000
4@@ -196,9 +196,8 @@
5 ext_modules=ext_modules,
6 scripts=[u'bin/rdiffdir', u'bin/duplicity'],
7 data_files=data_files,
8- setup_requires=[u'pytest-runner'],
9 install_requires=[u'fasteners', u'future', u'python-gettext'],
10- tests_require=[u'pytest',u'fasteners', u'future', u'mock', u'pexpect', u'python-gettext'],
11+ tests_require=[u'pytest', u'pytest-runner', u'fasteners', u'future', u'mock', u'pexpect', u'python-gettext'],
12 test_suite=u'testing',
13 cmdclass={u'test': TestCommand,
14 u'install': InstallCommand,

Subscribers

People subscribed via source and target branches