[Python-modules-commits] [python-wikipedia] 02/04: Remove python 2 tests
Ethan Ward
ethanward-guest at moszumanska.debian.org
Sat Nov 4 19:02:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository python-wikipedia.
commit 18029572cb6580e80bd503bbc088b4a1a74aadbf
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Sat Nov 4 13:59:52 2017 -0500
Remove python 2 tests
---
debian/tests/control | 11 -----------
wikipedia.egg-info/PKG-INFO | 1 +
wikipedia.egg-info/SOURCES.txt | 1 +
wikipedia.egg-info/requires.txt | 2 +-
4 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index 26e34ce..8d14f6c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,16 +1,5 @@
Test-Command: set -e
; cp -r tests "$AUTOPKGTEST_TMP"
- ; for py in $(pyversions -r 2>/dev/null)
- ; do cd "$AUTOPKGTEST_TMP"
- ; echo "Testing with $py:"
- ; $py -m unittest discover tests/ '*test.py' 2>/dev/null
- ; done
-Depends: python-all,
- python-bs4,
- python-wikipedia
-
-Test-Command: set -e
- ; cp -r tests "$AUTOPKGTEST_TMP"
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
diff --git a/wikipedia.egg-info/PKG-INFO b/wikipedia.egg-info/PKG-INFO
index 743d1de..dbfd526 100644
--- a/wikipedia.egg-info/PKG-INFO
+++ b/wikipedia.egg-info/PKG-INFO
@@ -6,6 +6,7 @@ Home-page: https://github.com/goldsmith/Wikipedia
Author: Jonathan Goldsmith
Author-email: jhghank at gmail.com
License: MIT
+Description-Content-Type: UNKNOWN
Description: Wikipedia
=========
diff --git a/wikipedia.egg-info/SOURCES.txt b/wikipedia.egg-info/SOURCES.txt
index 8b98b1c..0f34acc 100644
--- a/wikipedia.egg-info/SOURCES.txt
+++ b/wikipedia.egg-info/SOURCES.txt
@@ -2,6 +2,7 @@ LICENSE
MANIFEST.in
README.rst
requirements.txt
+setup.cfg
setup.py
tests/__init__.py
tests/page_test.py
diff --git a/wikipedia.egg-info/requires.txt b/wikipedia.egg-info/requires.txt
index 611c2bc..5edbb83 100644
--- a/wikipedia.egg-info/requires.txt
+++ b/wikipedia.egg-info/requires.txt
@@ -1,2 +1,2 @@
beautifulsoup4
-requests>=2.0.0,<3.0.0
\ No newline at end of file
+requests<3.0.0,>=2.0.0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-wikipedia.git
More information about the Python-modules-commits
mailing list