File tree Expand file tree Collapse file tree 2 files changed +17
-16
lines changed
Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 2525 run : ./configure
2626
2727 - name : Run tests
28- run : tmp/bin/pytest -vvs
28+ run : tmp/bin/pytest -vvs tests
2929
Original file line number Diff line number Diff line change @@ -29,6 +29,22 @@ install_requires =
2929 attr
3030 commoncode
3131 plugincode
32+
33+ setup_requires = setuptools_scm[toml] >= 4
34+
35+ [options.entry_points]
36+ scancode_post_scan =
37+ analyzer = results_analyze.analyzer_plugin:ResultsAnalyzer
38+
39+ [options.packages.find]
40+ where =src
41+
42+ [options.extras_require]
43+ testing =
44+ # upstream
45+ pytest >= 6
46+ pytest-xdist >= 2
47+ nlp =
3248 pyyaml
3349 pandas
3450 # Used in pandas for hdf5 storage
@@ -45,20 +61,5 @@ install_requires =
4561 torch
4662 # This is used for clearcode data loading
4763 psycopg2
48-
49- setup_requires = setuptools_scm[toml] >= 4
50-
51- [options.entry_points]
52- scancode_post_scan =
53- analyzer = results_analyze.analyzer_plugin:ResultsAnalyzer
54-
55- [options.packages.find]
56- where =src
57-
58- [options.extras_require]
59- testing =
60- # upstream
61- pytest >= 6
62- pytest-xdist >= 2
6364jupyter =
6465 jupyterlab
You can’t perform that action at this time.
0 commit comments