Skip to content

Commit 10c68ac

Browse files
temporary blocking pkg_resources warning(Arviz)
1 parent 4f29843 commit 10c68ac

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pymc_experimental/tests/test_pathfinder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import platform
1516
import sys
1617

1718
import numpy as np
@@ -21,6 +22,7 @@
2122
import pymc_experimental as pmx
2223

2324

25+
@pytest.mark.skipif(platform.machine() != "x86_64", reason="Test requires x86_64 architecture")
2426
@pytest.mark.skipif(sys.platform == "win32", reason="JAX not supported on windows.")
2527
def test_pathfinder():
2628
# Data of the Eight Schools Model

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ filterwarnings =
33
error
44
ignore:.*?(\b(pkg_resources\.declare_namespace)\b).*:DeprecationWarning
55
ignore::UserWarning:arviz.data.inference_data
6+
ignore::DeprecationWarning:pkg_resources

0 commit comments

Comments
 (0)