lbl-anp / becquerel

Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Other
43 stars 16 forks source link

Do not cancel other tests if there is a failure #361

Closed markbandstra closed 1 year ago

markbandstra commented 1 year ago

Some of the tests remain flaky, and by default all of the running tests get canceled if there is one failure. This change is an attempt to keep the tests running.

jvavrek commented 1 year ago

Side note: should we remove python 3.6 from the tests matrix and replace it with 3.10 (and maybe 3.11)? 3.6 reached its EOL 10 months ago.

markbandstra commented 1 year ago

Sounds good, I can add that change to this PR.

markbandstra commented 1 year ago

Looks like it is testing against 3.10 now, but on the webpage it is still expecting 3.6 tests to pass. I think this is an artifact of the web frontend, so I am inclined to merge as it is.

jvavrek commented 1 year ago

Looks like it is testing against 3.10 now, but on the webpage it is still expecting 3.6 tests to pass. I think this is an artifact of the web frontend, so I am inclined to merge as it is.

Sounds good to me, go for merge