Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
Impala 2.7.0
-
None
-
None
Description
pytest tries to collect some test infra classes as though they are actual test classes. The warnings show up in later versions of pytest when these infra classes are imported, e.g. from tests.common.test_vector import TestDimension.
WC1 /data/dknupp/Impala/tests/query_test/test_cancellation.py cannot collect test class 'TestDimension' because it has a __init__ constructor
Attachments
Issue Links
- duplicates
-
IMPALA-4750 Future proof use of pytest in Impala environment
- Resolved