1
0

Accepting request 679281 from home:jayvdb:noflake8

- Remove unnecessary build dependencies on pytest plugins, by
  invoking pytest directly avoiding setup.py checking test deps,
  and removing addopts from setup.cfg

OBS-URL: https://build.opensuse.org/request/show/679281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect2?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-02-26 16:35:18 +00:00
committed by Git OBS Bridge
parent 3afc1c0b13
commit d7af80ee76
2 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 26 12:19:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove unnecessary build dependencies on pytest plugins, by
invoking pytest directly avoiding setup.py checking test deps,
and removing addopts from setup.cfg
-------------------------------------------------------------------
Tue Dec 4 12:47:03 UTC 2018 - Matej Cepl <mcepl@suse.com>