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:
parent
c501819806
commit
9e782d974a
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 13:52:27 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 22 13:38:18 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
@ -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,-)
|
||||
|
3
tox-1.4.2.zip
Normal file
3
tox-1.4.2.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8a5b3ad5ff0907c13203c5b36085f8dafbdd367e0c9211aa24797990a6f3d2f
|
||||
size 77565
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4f7d7df719aacd50ce6c7ca481c2a49c22fbe8632d26d6e61aac499e1786874
|
||||
size 76147
|
Loading…
Reference in New Issue
Block a user