17
0

- Fix build for older distributions by buildrequiring a new-enough pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=164
This commit is contained in:
2020-03-21 14:58:35 +00:00
committed by Git OBS Bridge
parent 20d1799fa3
commit 7e5a97dcab
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ Sat Mar 14 12:26:48 UTC 2020 - Dirk Mueller <dmueller@suse.com>
compared to an empty tuple, which can occur in a particular kind of joined
eager loading path. The "empty tuple" use case has been resolved so that
the path registry is compared to a path registry in all cases;
- Fix build for older distributions by buildrequiring a new-enough pytest
-------------------------------------------------------------------
Thu Mar 12 07:37:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>