Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: allow superseded tests failing with PROJ latest #1271

Closed
snowman2 opened this issue Apr 11, 2023 · 0 comments · Fixed by #1272
Closed

TST: allow superseded tests failing with PROJ latest #1271

snowman2 opened this issue Apr 11, 2023 · 0 comments · Fixed by #1272
Labels
test Test related issues
Milestone

Comments

@snowman2
Copy link
Member

snowman2 commented Apr 11, 2023

Related: #1261
https://github.com/pyproj4/pyproj/actions/runs/4662975345/jobs/8253890884

FAILED test/test_transformer.py::test_transformer_group_allow_superseded_filter[6319-5703-0-2] - assert 0 == 2
 +  where 0 = len([])
 +    where [] = <TransformerGroup: best_available=False>\n- transformers: 0\n- unavailable_operations: 2.transformers
FAILED test/test_transformer.py::test_transformer_group_allow_superseded_filter[6319-5703-False-2] - assert 0 == 2
 +  where 0 = len([])
 +    where [] = <TransformerGroup: best_available=False>\n- transformers: 0\n- unavailable_operations: 2.transformers
FAILED test/test_transformer.py::test_transformer_group_allow_superseded_filter[6319-5703-True-3] - assert 0 == 3
 +  where 0 = len([])
 +    where [] = <TransformerGroup: best_available=False>\n- transformers: 0\n- unavailable_operations: 3.transformers
FAILED test/test_transformer.py::test_transformer_group_allow_superseded_filter[6319-5703-123456789-3] - assert 0 == 3
 +  where 0 = len([])
 +    where [] = <TransformerGroup: best_available=False>\n- transformers: 0\n- unavailable_operations: 3.transformers
FAILED test/test_transformer.py::test_transformer_group_allow_superseded_filter[6319-5703-blah-3] - assert 0 == 3
 +  where 0 = len([])
 +    where [] = <TransformerGroup: best_available=False>\n- transformers: 0\n- unavailable_operations: 3.transformers
============ 5 failed, 992 passed, 1 skipped, 18 warnings in 41.14s ============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Test related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant