Skip to content

Commit

Permalink
changed whitelist_externals to allowlist_externals (#4)
Browse files Browse the repository at this point in the history
* changed whitelist_externals to allowlist_externals

* fixed cos
  • Loading branch information
fpgmaas authored Jan 9, 2023
1 parent f50f1c0 commit b75da4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 73 deletions.
71 changes: 0 additions & 71 deletions docs/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<h1>ckit</h1>
<img alt="ckit logo" width="460" height="300" src="https://raw.githubusercontent.com/fpgmaas/ckit/main/docs/static/ckit-logo.svg">
</p>

---
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python =

[testenv]
passenv = PYTHON_VERSION
whitelist_externals = poetry
allowlist_externals = poetry
commands =
poetry install -v
pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml

0 comments on commit b75da4f

Please sign in to comment.