datavisyn / visyn_core

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Broken pytests with pytest==8.2.0 #601

Open dvmartinweigl opened 4 weeks ago

dvmartinweigl commented 4 weeks ago

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