Don't use %pytest macro

Do not use %pytest macro for running tests as it conflicts with internal
.astropy/config
This commit is contained in:
2026-01-20 13:57:06 +01:00
parent 520cdf702b
commit d51f6c810c
2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 20 12:45:21 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>
- Do not use %pytest macro for running tests as it conflicts with
internal .astropy/config
-------------------------------------------------------------------
Thu Dec 14 21:32:08 UTC 2023 - Dirk Müller <dmueller@suse.com>