Skip to content

Commit

Permalink
More reordering of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Aug 24, 2021
1 parent d2b113a commit c5b1701
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ test:
commands:
- pip check
- set "CXXFLAGS=-fno-asynchronous-unwind-tables" # [win]
- pytest pymc3/tests/test_ndarray_backend.py # Suspected of causing a stack overflow on Windows
- 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
- pytest pymc3/tests/test_coords.py
- pytest -k "not test_model_to_graphviz_for_model_with_data_container" pymc3/tests/test_data_container.py
- pytest -k "not test_weibull" pymc3/tests/test_distributions.py
Expand All @@ -77,9 +80,6 @@ test:
- pytest pymc3/tests/test_model_func.py
- pytest -k "not test_graphviz" pymc3/tests/test_model_graph.py
- pytest pymc3/tests/test_model_helpers.py
- pytest pymc3/tests/test_ode.py
- pytest -k "not test_spawn_densitydist_mpctxwarning" pymc3/tests/test_parallel_sampling.py
- pytest pymc3/tests/test_pickling.py
- pytest pymc3/tests/test_plots.py
- pytest pymc3/tests/test_posdef_sym.py
- pytest pymc3/tests/test_posteriors.py
Expand Down

0 comments on commit c5b1701

Please sign in to comment.