← Back to team overview

duplicity-team team mailing list archive

[Merge] lp:~mterry/duplicity/pytest-runner-move into lp:duplicity

 

Michael Terry has proposed merging lp:~mterry/duplicity/pytest-runner-move into lp:duplicity.

Requested reviews:
  duplicity-team (duplicity-team)

For more details, see:
https://code.launchpad.net/~mterry/duplicity/pytest-runner-move/+merge/370282

This only needs to be a test dependency right? I was able to build/install duplicity without it.
-- 
Your team duplicity-team is requested to review the proposed merge of lp:~mterry/duplicity/pytest-runner-move into lp:duplicity.
=== modified file 'setup.py'
--- setup.py	2019-06-17 18:58:56 +0000
+++ setup.py	2019-07-17 21:39:07 +0000
@@ -196,9 +196,8 @@
     ext_modules=ext_modules,
     scripts=[u'bin/rdiffdir', u'bin/duplicity'],
     data_files=data_files,
-    setup_requires=[u'pytest-runner'],
     install_requires=[u'fasteners', u'future', u'python-gettext'],
-    tests_require=[u'pytest',u'fasteners', u'future', u'mock', u'pexpect', u'python-gettext'],
+    tests_require=[u'pytest', u'pytest-runner', u'fasteners', u'future', u'mock', u'pexpect', u'python-gettext'],
     test_suite=u'testing',
     cmdclass={u'test': TestCommand,
               u'install': InstallCommand,


Follow ups