Skip to content

Commit

Permalink
Move test_pickling to end
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Oct 13, 2021
1 parent 8ce1ee4 commit d47ad6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ test:
commands:
- pip check
# - set "CXXFLAGS=-fno-asynchronous-unwind-tables" # [win]
- pytest pymc3/tests/test_pickling.py
- pytest -k "not test_spawn_densitydist_mpctxwarning" pymc3/tests/test_parallel_sampling.py
- pytest pymc3/tests/test_ode.py
- pytest pymc3/tests/test_ndarray_backend.py
Expand Down Expand Up @@ -106,6 +105,7 @@ test:
- pytest pymc3/tests/test_updates.py
- pytest pymc3/tests/test_util.py
- pytest pymc3/tests/test_variational_inference.py
- pytest pymc3/tests/test_pickling.py

requires:
- pip
Expand Down

0 comments on commit d47ad6a

Please sign in to comment.