Page MenuHomeSolus

D1550.id3887.diff
No OneTemporary

D1550.id3887.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,39 @@
+name : python-flaky
+version : 3.4.0
+release : 1
+source :
+ - https://github.com/box/flaky/archive/v3.4.0.tar.gz : 54d4f99f1208e218b5dd1d0d23a8d5c916e0f406ce52cb7faa281dc3dc19de88
+license : Apache-2.0
+component : programming.python
+summary : Plugin for nose or py.test that automatically reruns flaky tests
+description: |
+ Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically retried.
+builddeps :
+ - python-genty
+ - python-mock
+ - python-nose
+ - python-pytest
+ - python-setuptools
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ export PYTHONPATH=$installdir/usr/lib/python2.7/site-packages
+ nosetests-2.7 --with-flaky --exclude="test_nose_options_example" test/test_nose/
+ py.test -k 'example and not options' --doctest-modules test/test_pytest/
+ py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+ nosetests-2.7 --with-flaky --force-flaky --max-runs 2 test/test_nose/test_nose_options_example.py
+ py.test --force-flaky --max-runs 2 test/test_pytest/test_pytest_options_example.py
+ popd
+
+ pushd $PKG_BUILD_DIR/py3build
+ # there is something wrong with python 3 nose
+ export PYTHONPATH=$installdir/usr/lib/python3.5/site-packages
+ py.test3 -k 'example and not options' --doctest-modules test/test_pytest/
+ py.test3 -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+ py.test3 --force-flaky --max-runs 2 test/test_pytest/test_pytest_options_example.py
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,93 @@
+<PISI>
+ <Source>
+ <Name>python-flaky</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Plugin for nose or py.test that automatically reruns flaky tests</Summary>
+ <Description xml:lang="en">Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren&apos;t 100% reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically retried.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-flaky</Name>
+ <Summary xml:lang="en">Plugin for nose or py.test that automatically reruns flaky tests</Summary>
+ <Description xml:lang="en">Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren&apos;t 100% reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically retried.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky-3.4.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky-3.4.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky-3.4.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky-3.4.0-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky-3.4.0-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky-3.4.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/__pycache__/_flaky_plugin.cpython-27-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/__pycache__/defaults.cpython-27-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/__pycache__/flaky_decorator.cpython-27-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/__pycache__/flaky_pytest_plugin.cpython-27-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/__pycache__/names.cpython-27-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/__pycache__/utils.cpython-27-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/_flaky_plugin.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/_flaky_plugin.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/defaults.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/defaults.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/flaky_decorator.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/flaky_decorator.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/flaky_nose_plugin.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/flaky_nose_plugin.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/flaky_pytest_plugin.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/flaky_pytest_plugin.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/multiprocess_string_io.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/multiprocess_string_io.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/names.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/names.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/utils.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/flaky/utils.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky-3.4.0-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky-3.4.0-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky-3.4.0-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky-3.4.0-py3.5.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky-3.4.0-py3.5.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky-3.4.0-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/_flaky_plugin.cpython-35-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/_flaky_plugin.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/defaults.cpython-35-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/defaults.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/flaky_decorator.cpython-35-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/flaky_decorator.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/flaky_nose_plugin.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/flaky_pytest_plugin.cpython-35-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/flaky_pytest_plugin.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/multiprocess_string_io.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/names.cpython-35-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/names.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/utils.cpython-35-PYTEST.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/__pycache__/utils.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/_flaky_plugin.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/defaults.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/flaky_decorator.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/flaky_nose_plugin.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/flaky_pytest_plugin.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/multiprocess_string_io.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/names.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/flaky/utils.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-05</Date>
+ <Version>3.4.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 5:37 PM (2 h, 47 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5795114
Default Alt Text
D1550.id3887.diff (10 KB)

Event Timeline