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 conftest for e2e #111

Merged
merged 3 commits into from
Nov 8, 2024
Merged

Fix conftest for e2e #111

merged 3 commits into from
Nov 8, 2024

Conversation

kgodlewski
Copy link
Contributor

@kgodlewski kgodlewski commented Nov 6, 2024

Don't require `NEPTUNE_PROJECT` env to be set, if `NEPTUNE_PROJECT` is
set in a test module
@kgodlewski kgodlewski force-pushed the kg/improve-e2e-conftest branch from af0918f to 08d6d93 Compare November 6, 2024 12:29
This gets rid of errors in the `logging` module, which stem from pytest
capturing output
@@ -21,6 +22,23 @@
# around names and values of the metadata.


@fixture(scope="session", autouse=True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it still valid?

Copy link
Contributor Author

@kgodlewski kgodlewski Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kgodlewski kgodlewski requested a review from PatrykGala November 8, 2024 10:09
@kgodlewski kgodlewski merged commit 1a9ee93 into main Nov 8, 2024
8 checks passed
@kgodlewski kgodlewski deleted the kg/improve-e2e-conftest branch November 8, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants