thp / minidb

Store Python objects in SQLite 3. Concise, pythonic API. Easy to write, relatively easy to read. A kind of super simple ORM, if you will. Give it a try.
https://thp.io/2010/minidb/
Other
66 stars 15 forks source link

Switch to pytest #14

Closed paolostivanin closed 4 years ago

paolostivanin commented 4 years ago

as nose won't work with python 3.9/3.10

thp commented 4 years ago

The pycache folder must not be checked in, please --amend the commit and remove it.

Paolo Stivanin notifications@github.com schrieb am Fr., 27. März 2020, 14:57:

as nose won't work with python 3.9/3.10

You can view, comment on, or merge this pull request online at:

https://github.com/thp/minidb/pull/14 Commit Summary

  • switch to pytest

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thp/minidb/pull/14, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABBASJ2ZACAFAADFVMBMXLRJSWFRANCNFSM4LVAXHLA .

paolostivanin commented 4 years ago

hi, it's already removed :)