[python-virtualenvwrapper] A note about the tests.

Ralph Bean ☃ ralph at fedoraproject.org
Mon Feb 25 18:39:14 UTC 2013


commit 001049e91d0096b425cc1971230f7c37fac8ab41
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Feb 25 13:38:21 2013 -0500

    A note about the tests.

 .gitignore                    |    1 +
 python-virtualenvwrapper.spec |   22 ++++++++++++++++------
 sources                       |    2 +-
 3 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abf6c8a..b77e268 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /virtualenvwrapper-3.2.tar.gz
 /virtualenvwrapper-3.4.tar.gz
 /virtualenvwrapper-3.5.tar.gz
+/virtualenvwrapper-3.6.tar.gz
diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec
index 45ac582..367b5c3 100644
--- a/python-virtualenvwrapper.spec
+++ b/python-virtualenvwrapper.spec
@@ -13,13 +13,20 @@ Source0:          http://pypi.python.org/packages/source/v/%{modname}/%{modname}
 BuildArch:        noarch
 
 
-BuildRequires:    python-devel
-BuildRequires:    python-setuptools
-BuildRequires:    python-virtualenv
-BuildRequires:    python-virtualenv-clone
+BuildRequires:      python-devel
+BuildRequires:      python-setuptools
+BuildRequires:      python-virtualenv
+BuildRequires:      python-virtualenv-clone
+BuildRequires:      python-stevedore
 
-Requires:         python-virtualenv
-Requires:         python-virtualenv-clone
+## Just for tests
+#BuildRequires:      python-tox
+#BuildRequires:      ksh
+#BuildRequires:      zsh
+
+Requires:           python-virtualenv
+Requires:           python-virtualenv-clone
+Requires:           python-stevedore
 
 %description
 virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
@@ -37,6 +44,9 @@ one project at a time without introducing conflicts in their dependencies.
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
+#%%check
+# Tests won't fly in koji since they try to install stuff from pypi
+#tox -e py27
 
 %files
 %doc README.txt
diff --git a/sources b/sources
index 81a7be1..2992b51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69f51d186845b584c0ef09e258818fe7  virtualenvwrapper-3.5.tar.gz
+57d78305b75750a40985f206c80a280f  virtualenvwrapper-3.6.tar.gz


More information about the scm-commits mailing list