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

Broken pytests with pytest==8.2.0 #601

Open
2 tasks
dvmartinweigl opened this issue Oct 28, 2024 · 0 comments
Open
2 tasks

Broken pytests with pytest==8.2.0 #601

dvmartinweigl opened this issue Oct 28, 2024 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@dvmartinweigl
Copy link
Contributor

Pytests are broken with version 8.2.0

postgresql_proc is delivering None for password where it used to create "".
This results in an invalid url -> d.url = f"postgresql://{d.user}:{d.password}@{d.host}:{d.port}/{d.dbname}"

Image

  • ensure all parameters for connection string are given
  • add backend test for testcase with postgres connection in visyn_core
@dvmartinweigl dvmartinweigl added the type: bug Something isn't working label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants