diff options
| author | arcadia-devtools <[email protected]> | 2022-03-14 14:36:14 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-14 14:36:14 +0300 |
| commit | e55fb55efda71cea0cd9c5fdafa41af406aef5bf (patch) | |
| tree | 664dd8ed9a31584f9373593983273c9de2f13e7b /contrib/python/pytest/py3/ya.make | |
| parent | 95e3624686fdca2887aa10594ee976cfddd32e38 (diff) | |
intermediate changes
ref:8379e897e1f4fa0d71bb778a7c8bc68cb5e2f5ea
Diffstat (limited to 'contrib/python/pytest/py3/ya.make')
| -rw-r--r-- | contrib/python/pytest/py3/ya.make | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/python/pytest/py3/ya.make b/contrib/python/pytest/py3/ya.make index 7382ac8c22c..143adf67e03 100644 --- a/contrib/python/pytest/py3/ya.make +++ b/contrib/python/pytest/py3/ya.make @@ -1,8 +1,10 @@ +# Generated by devtools/yamaker (pypi). + PY3_LIBRARY() OWNER(dmitko g:python-contrib) -VERSION(7.0.1) +VERSION(7.1.0) LICENSE(MIT) @@ -24,7 +26,7 @@ ENDIF() NO_LINT() NO_CHECK_IMPORTS( - __tests__.* # all test modules get imported when tests are run + __tests__.* _pytest.* ) @@ -97,7 +99,6 @@ PY_SRCS( _pytest/warnings.py pytest/__init__.py pytest/__main__.py - pytest/collect.py ) RESOURCE_FILES( |
