[Python-modules-commits] [python-datrie] 02/07: Don't require pytest-running on regular setup
Ondřej Nový
onovy at moszumanska.debian.org
Mon Jun 27 12:53:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-datrie.
commit 8adadbf1e0a450a6efc0f2abb76b94f4972a8afb
Author: Ondřej Nový <onovy at debian.org>
Date: Sun Jun 26 06:45:34 2016 +0200
Don't require pytest-running on regular setup
---
setup.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/setup.py b/setup.py
index d84c09d..eea48b6 100755
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,4 @@ setup(name="datrie",
'src/stdio_ext.c'
], include_dirs=[LIBDATRIE_DIR])
],
-
- setup_requires=["pytest-runner"],
tests_require=["pytest", "hypothesis"])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-datrie.git
More information about the Python-modules-commits
mailing list