14
0
forked from pool/python-tox

- Update to version 1.4.2:

+ fix some tests which fail if /tmp is a symlink to some other place
  + "python setup.py test" now runs tox tests via tox :)
    also added an example on how to do it for your project.
- Changes from version 1.4.1:
  + fix issue41 better quoting on windows - you can now use "<" and ">" in
    deps specifications, thanks Chris Withers for reporting

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2012-07-26 13:57:35 +00:00
committed by Git OBS Bridge
parent c501819806
commit 9e782d974a
4 changed files with 17 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
Name: python-tox
Version: 1.4
Version: 1.4.2
Release: 0
Summary: Virtualenv-based automation of test activities
License: GPL-2.0+
@@ -64,8 +64,8 @@ cd doc && make html && rm -r _build/html/.buildinfo # Generate HTML documentatio
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python setup.py test
#%%check
#python setup.py test
%files
%defattr(-,root,root,-)