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

Fix iqm-client dependency, bump build to 0.7.0 #58

Merged
merged 1 commit into from
Nov 15, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
numpy
cirq ~= 0.13
ply # required by cirq.contrib.qasm_import
iqm-client == 1.2, < 2.0
iqm-client >= 1.4, < 2.0

# Require a specific Python version, e.g. Python 2.7 or >= 3.4
python_requires = ~= 3.9
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ description =
extras =
testing
commands =
pytest tests --verbose --cov --cov-report term-missing --junitxml=test_report.xml --doctest-modules src
pytest --pylint src/
pytest --pylint tests/ --pylint-rcfile=tests/.pylintrc
python -m pytest tests --verbose --cov --cov-report term-missing --junitxml=test_report.xml --doctest-modules src
python -m pytest --pylint src/
python -m pytest --pylint tests/ --pylint-rcfile=tests/.pylintrc
#pytest --mypy src/ --verbose --strict
#pytest --mypy tests/ --verbose --strict
pytest --isort tests/ src/ --verbose
Expand All @@ -45,7 +45,7 @@ description =
skip_install = True
changedir = {toxinidir}
deps =
build[virtualenv] == 0.4.0
build[virtualenv] == 0.7.0
commands =
python -m build
# By default `build` produces wheels, you can also explicitly use the flags `--sdist` and `--wheel`