Skip to content

Commit

Permalink
handle the osx
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed May 9, 2022
1 parent 6a03be9 commit d0433e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ jobs:
- name: Run pytest (poetry-plugin-export)
run: |
# patch test mock for removed method
sed -i s/poetry.factory.Factory.create_config/poetry.config.config.Config.create/g poetry-plugin-export/tests/conftest.py
sed -i s/poetry.factory.Factory.create_config/poetry.config.config.Config.create/ poetry-plugin-export/tests/conftest.py
poetry run python -m pytest -p no:sugar -q poetry-plugin-export/tests/

0 comments on commit d0433e2

Please sign in to comment.