Skip to content

Commit f953612

Browse files
adriangbradoering
authored andcommitted
temp: test against upstream
1 parent e349e76 commit f953612

File tree

3 files changed

+11
-27
lines changed

3 files changed

+11
-27
lines changed

.github/workflows/main.yml

-20
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,3 @@ jobs:
9797
POETRY_TEST_INTEGRATION_GIT_USERNAME: ${GITHUB_ACTOR}
9898
POETRY_TEST_INTEGRATION_GIT_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
9999
run: poetry run pytest --integration -v
100-
101-
- name: Get Plugin Version (poetry-plugin-export)
102-
id: poetry-plugin-export-version
103-
run: |
104-
echo version=$(poetry show poetry-plugin-export | grep version | cut -d : -f 2 | xargs) >> $GITHUB_OUTPUT
105-
106-
- name: Checkout Plugin Source (poetry-plugin-export)
107-
uses: actions/checkout@v3
108-
with:
109-
path: poetry-plugin-export
110-
repository: python-poetry/poetry-plugin-export
111-
ref: refs/tags/${{ steps.poetry-plugin-export-version.outputs.version }}
112-
113-
- name: Run pytest (poetry-plugin-export)
114-
run: poetry run pytest -v poetry-plugin-export/tests/
115-
116-
- name: Check for clean working tree
117-
run: |
118-
git diff --exit-code --stat HEAD
119-
git -C poetry-plugin-export diff --exit-code --stat HEAD

poetry.lock

+10-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ generate-setup-file = false
4747
[tool.poetry.dependencies]
4848
python = "^3.7"
4949

50-
poetry-core = "1.4.0"
50+
poetry-core = { git = "https://github.com/radoering/poetry-core.git", branch = "non-existing-path-deps" }
5151
poetry-plugin-export = "^1.2.0"
5252
"backports.cached-property" = { version = "^1.0.2", python = "<3.8" }
5353
cachecontrol = { version = "^0.12.9", extras = ["filecache"] }

0 commit comments

Comments
 (0)