dkriegner / xrayutilities

xrayutilities - a package with useful scripts for X-ray diffraction physicists
http://xrayutilities.sourceforge.io
GNU General Public License v2.0
81 stars 29 forks source link

use plain pytest on azure, remove tox #146

Closed dkriegner closed 1 year ago

dkriegner commented 1 year ago

So far tox was used for the testing since I used it consistently some time also locally on my development system. I do not do that anymore for some time and the way it was used on Azure got problematic since the used template caused errors and also was slow to adapt new Python versions (in fact I had to submit a PR for that)

This PR removes tox for testing in the CI.

Note that tox was never a dependency of xrayutilities but merely used in the CI pipelines