diff options
| author | robot-piglet <[email protected]> | 2024-12-22 19:09:53 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-12-22 19:21:23 +0300 |
| commit | 53d3944172954d6cb32c84b53ed4f1b3dde89243 (patch) | |
| tree | b6d14a442dda6f3b4db1d57731a909d088dffd37 /contrib/python/scipy/py3/tests/_lib | |
| parent | f9e36e78609de5b801f829466f06ccc9a87dc00b (diff) | |
Intermediate changes
commit_hash:ff6a03c1c0f00133d3851b31f6c725860a389d1d
Diffstat (limited to 'contrib/python/scipy/py3/tests/_lib')
| -rw-r--r-- | contrib/python/scipy/py3/tests/_lib/ya.make | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/python/scipy/py3/tests/_lib/ya.make b/contrib/python/scipy/py3/tests/_lib/ya.make new file mode 100644 index 00000000000..ebc065f7d9a --- /dev/null +++ b/contrib/python/scipy/py3/tests/_lib/ya.make @@ -0,0 +1,38 @@ +# Generated by devtools/yamaker. + +PY3TEST() + +SUBSCRIBER(g:python-contrib) + +VERSION(1.11.4) + +ORIGINAL_SOURCE(mirror://pypi/s/scipy/scipy-1.11.4.tar.gz) + +SIZE(MEDIUM) + +PEERDIR( + contrib/python/scipy/py3/tests +) + +NO_LINT() + +DATA( + arcadia/contrib/python/scipy/py3 +) + +SRCDIR(contrib/python/scipy/py3) + +TEST_SRCS( + scipy/_lib/tests/__init__.py + scipy/_lib/tests/test__gcutils.py + scipy/_lib/tests/test__pep440.py + scipy/_lib/tests/test__testutils.py + scipy/_lib/tests/test__threadsafety.py + scipy/_lib/tests/test__util.py + scipy/_lib/tests/test_bunch.py + scipy/_lib/tests/test_public_api.py + scipy/_lib/tests/test_tmpdirs.py + scipy/_lib/tests/test_warnings.py +) + +END() |
