forked from pool/python-lexicon
- Update to 2.0.1:
* Fix up some project metadata. * Dropped support for Python <3.6 * Added a _version submodule and imported its dunder-attributes into the top level module * Migrated CI to CircleCI (from Travis) * Migrated tests to pytest(-relaxed) * Moved changelog to stub Sphinx project for Releases plugin * Changed README to ReStructured Text (from Markdown) - Dropped patch add_test_init.patch, no longer required. - Added patch add-pytest-ini.patch: * Add the pytest.ini file that isn't included in the source distribution so the testsuite works. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lexicon?expand=0&rev=8
This commit is contained in:
8
add-pytest-ini.patch
Normal file
8
add-pytest-ini.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
Index: lexicon-2.0.1/pytest.ini
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ lexicon-2.0.1/pytest.ini
|
||||
@@ -0,0 +1,3 @@
|
||||
+[pytest]
|
||||
+testpaths = tests
|
||||
+python_files = *
|
Reference in New Issue
Block a user