Accepting request 870721 from home:bnavigator:branches:Application:Geo

- Fix malformed Cython requirement
- Remove (malformed) unneeded coverage requirement and mock which
  is imported from unittest already.
- Actually install the alternative for the entrypoint
- Use the pytest_arch macro for the tests

OBS-URL: https://build.opensuse.org/request/show/870721
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-pyproj?expand=0&rev=30
This commit is contained in:
2021-02-10 06:36:50 +00:00
committed by Git OBS Bridge
parent 87cd27e1ab
commit 92ae1563d0
2 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 9 23:23:49 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Fix malformed Cython requirement
- Remove (malformed) unneeded coverage requirement and mock which
is imported from unittest already.
- Actually install the alternative for the entrypoint
- Use the pytest_arch macro for the tests
-------------------------------------------------------------------
Tue Jan 19 10:18:11 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>