https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7afa8c60779ff98097a7746643c60b7fb19c6bfe authored by Bryna Hazelton on 14 March 2022, 21:50:56 UTC, committed by Paul La Plante on 15 March 2022, 15:28:04 UTC
To not force users to use xdist and to fix CI errors. Added the xdist related options to the CI calls. Also renamed a script that is not a test to not start with `test_`.
1 parent f4f2fb4
Raw File
Tip revision: 7afa8c60779ff98097a7746643c60b7fb19c6bfe authored by Bryna Hazelton on 14 March 2022, 21:50:56 UTC
remove pytest defaults from setup.cfg
Tip revision: 7afa8c6
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

[report]
omit =
  */tests/*
  */conftest.py
back to top