1
0

Accepting request 818848 from home:bnavigator:branches:devel:languages:python:numeric

- Fix conftest collection error: import local source dir for tests 
- Remove ignore pytest deprecation fixed by pytest-doctestplus >= 0.6
- Ignore leap second expiry and dubious year warnings for
  reproducible builds: gh#astropy/astropy#10228
  astropy-openSUSE-ignore-warnings.patch

OBS-URL: https://build.opensuse.org/request/show/818848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal
2020-07-06 07:10:05 +00:00
committed by Git OBS Bridge
parent 00235161ca
commit 488994a6b4
3 changed files with 39 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jul 5 12:24:49 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Fix conftest collection error: import local source dir for tests
- Remove ignore pytest deprecation fixed by pytest-doctestplus >= 0.6
- Ignore leap second expiry and dubious year warnings for
reproducible builds: gh#astropy/astropy#10228
astropy-openSUSE-ignore-warnings.patch
-------------------------------------------------------------------
Wed Jun 3 07:42:45 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>