Skip to content

Commit

Permalink
remove attrs pin to work around python-poetry/poetry#826
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Mar 19, 2019
1 parent 8a6aaf7 commit c13abfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- image: circleci/python:<< parameters.python >>
steps:
- python/poetry-run-tests:
# prepare: << parameters.prepare >>
command: "poetry run coverage run -m twisted.trial tests"

common: &common
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "*"
Twisted = "^18.9"
attrs = "^18.2"
attrs = "*"

[tool.poetry.dev-dependencies]
testfixtures = "^6.3"
Expand Down

0 comments on commit c13abfb

Please sign in to comment.