Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up #195

Merged
merged 6 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.9", "3.12" ]
python-version: [ "3.12" ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install graphviz
pip install tox
pip install tox tox-uv
- name: Check RST conformity with doc8
run: tox -e doc8
- name: Check README.rst
Expand All @@ -60,7 +60,6 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.9", "3.12" ]
pydantic: [ "pydantic1", "pydantic2" ]
exclude:
- os: windows-latest
python-version: 3.9
Expand All @@ -73,7 +72,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install graphviz
pip install tox
pip install tox tox-uv
- name: Test with pytest
run:
tox -e py-${{ matrix.pydantic }}
tox -e py
62 changes: 0 additions & 62 deletions benchmarking/resolver_benchmark.py

This file was deleted.

3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ install_requires =
tabulate
cachier
pystow>=0.2.7
bioversions>=0.5.202
bioversions>=0.5.514
bioregistry>=0.10.20
bioontologies>=0.4.0
zenodo-client>=0.0.5
class_resolver
psycopg2-binary
pydantic>=2.0
# Resource Downloaders
drugbank_downloader
chembl_downloader
Expand Down
3 changes: 0 additions & 3 deletions src/pyobo/apps/__init__.py

This file was deleted.

24 changes: 0 additions & 24 deletions src/pyobo/apps/cli.py

This file was deleted.

3 changes: 0 additions & 3 deletions src/pyobo/apps/gilda/__init__.py

This file was deleted.

8 changes: 0 additions & 8 deletions src/pyobo/apps/gilda/__main__.py

This file was deleted.

48 changes: 0 additions & 48 deletions src/pyobo/apps/gilda/app.py

This file was deleted.

36 changes: 0 additions & 36 deletions src/pyobo/apps/gilda/cli.py

This file was deleted.

33 changes: 0 additions & 33 deletions src/pyobo/apps/gilda/templates/base.html

This file was deleted.

11 changes: 0 additions & 11 deletions src/pyobo/apps/gilda/templates/home.html

This file was deleted.

32 changes: 0 additions & 32 deletions src/pyobo/apps/gilda/templates/matches.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/pyobo/apps/mapper/__init__.py

This file was deleted.

11 changes: 0 additions & 11 deletions src/pyobo/apps/mapper/__main__.py

This file was deleted.

37 changes: 0 additions & 37 deletions src/pyobo/apps/mapper/cli.py

This file was deleted.

Loading
Loading