Pytest replaces nosetests
Nosetests tool is deprecated. Also tools supporting Python2.6 test-environment are deprecated one by one. So this was removed too. Pytest tool will run the unit tests. When 'make test' is run, all neccessary dependencies are installed by pip.
Fixes: #501 JIRA: RHELCMP-578
Signed-off-by: Ondrej Nosek onosek@redhat.com
Let's delete this!
Note "pytest-runner" is deprecated. See the "Deprecation Notice" at https://pypi.org/project/pytest-runner/
I think we do not need to reference ".svn"
rebased onto cc5afeca23c5ee00d9ae6ef70e434cda65317c09
rebased onto 1f88c524f6dc81df2f5d03df85efd80e13dafb7f
rebased onto 058790b6e68338e9a145567302f420c322608519
Why these tests are disabled?
This should say all: https://github.com/rpm-software-management/rpm/issues/1301
Looks good to me.
1 new commit added
Add
Updated README and tox.ini (flake8 for Python 2, specified basepython for environments, removed old workaround)
Pull-Request has been merged by onosek
Pytest replaces nosetests
Nosetests tool is deprecated. Also tools supporting Python2.6
test-environment are deprecated one by one. So this was removed too.
Pytest tool will run the unit tests. When 'make test' is run, all
neccessary dependencies are installed by pip.
Fixes: #501
JIRA: RHELCMP-578
Signed-off-by: Ondrej Nosek onosek@redhat.com