tox
(tests are failing on cardinality violation: we have currently in tests multiple values
to update on the same visit and that does not bode well with upsert command)
```
E psycopg2.errors.CardinalityViolation: ON CONFLICT DO UPDATE command cannot affect row a second time
E HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values.
```