diff options
author | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2025-02-11 23:03:00 +0300 |
---|---|---|
committer | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2025-02-11 23:20:50 +0300 |
commit | 47a420488a36ef5d1a8bae46259c0085c5a27fdb (patch) | |
tree | b07988c72d9d29bd6bd279cd46122fa2a8f23351 /contrib/python/scipy/py3/tests/spatial | |
parent | cfdb74513d44f14e37c64b3202896a5768175900 (diff) | |
download | ydb-47a420488a36ef5d1a8bae46259c0085c5a27fdb.tar.gz |
Ban contrib/python/scipy
Прошлый заход не удался
<HIDDEN_URL>
commit_hash:a9dd4eea354606afa3f593d4fccd9ed881188234
Diffstat (limited to 'contrib/python/scipy/py3/tests/spatial')
-rw-r--r-- | contrib/python/scipy/py3/tests/spatial/ya.make | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/contrib/python/scipy/py3/tests/spatial/ya.make b/contrib/python/scipy/py3/tests/spatial/ya.make deleted file mode 100644 index b6f681177a..0000000000 --- a/contrib/python/scipy/py3/tests/spatial/ya.make +++ /dev/null @@ -1,43 +0,0 @@ -# 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) - -FORK_SUBTESTS() - -PEERDIR( - contrib/python/scipy/py3/tests -) - -NO_LINT() - -DATA( - arcadia/contrib/python/scipy/py3 -) - -SRCDIR(contrib/python/scipy/py3) - -TEST_SRCS( - scipy/spatial/tests/__init__.py - scipy/spatial/tests/test__plotutils.py - scipy/spatial/tests/test__procrustes.py - scipy/spatial/tests/test_distance.py - scipy/spatial/tests/test_hausdorff.py - scipy/spatial/tests/test_kdtree.py - scipy/spatial/tests/test_qhull.py - scipy/spatial/tests/test_slerp.py - scipy/spatial/tests/test_spherical_voronoi.py - scipy/spatial/transform/tests/__init__.py - scipy/spatial/transform/tests/test_rotation.py - scipy/spatial/transform/tests/test_rotation_groups.py - scipy/spatial/transform/tests/test_rotation_spline.py -) - -END() |