[Schevo-devel] Upgrade script
Patrick K. O'Brien
pobrien at orbtech.com
Fri Sep 23 15:42:52 EDT 2005
Matthew Scott wrote:
> Looks like there is an import of py.test somewhere in your database schema.
>
> The 'py' library used to be included with Schevo, but is not any longer.
>
> You can get it from http://codespeak.net/py/current/doc/getting-started.html
>
> We are considering moving away from requiring py.test for unit testing
> however, and using certain features of the 'py' library only when it happens
> to be installed. We'll keep the list posted about this.
Just to add to what Matt said, the first thing you'll need to do is make
sure you can import py.test, since your schema seems to depend on it.
Then you can convert your database. Then I would remove that dependence
from your schema, unless it is something you really feel you need. If
you do remove it, then db_create will update the schema in your existing
database.
If any of this isn't clear, by all means ask more questions. If you'd
like a review of your schema, either on the list or offline, feel free
to post it or attach it to an email to me and I will recommend changes.
--
Patrick K. O'Brien
Orbtech http://www.orbtech.com
Schevo http://www.schevo.org
Pypersyst http://www.pypersyst.org
More information about the Schevo-devel
mailing list