Skip to content

Commit

Permalink
strict cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoAureliano committed Feb 15, 2024
1 parent 5d4b2ec commit 3bfa6f0
Show file tree
Hide file tree
Showing 8 changed files with 875 additions and 390 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
platform:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ build-backend = "setuptools.build_meta"
# For smarter version schemes and other configuration options,
# check out https://github.com/pypa/setuptools_scm
version_scheme = "no-guess-dev"

[tool.pytest.ini_options]
log_cli = true
log_cli_level = "INFO"
log_cli_format = "[%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ testing =
# Comment those flags to avoid this pytest issue.
addopts =
--cov uclid --cov-report term-missing
--cov-report html
--verbose
norecursedirs =
dist
Expand Down
Loading

0 comments on commit 3bfa6f0

Please sign in to comment.