Op dinsdag 12 september 2017 15:46:30 UTC+2 schreef Mike Bayer:
>
> On Tue, Sep 12, 2017 at 6:38 AM, Gijs Molenaar <gijsmo...@gmail.com 
> <javascript:>> wrote: 
> > Hi again! 
> > 
> > I switched to the new style test running, but now I seem to be unable to 
> set 
> > the requirements file (see below). I noticed changing the 
> requirement_cls in 
> > the sqla_testing section in setup.cfg doesn't have any affect. Do you 
> have a 
> > suggestion about what I am missing? 
>
> I would recommend getting py.test to work first from the py.test 
> command itself.   For setup.py to work, you need to build a special 
> PyTest command inside of setup.py, they now recommend an extension as: 
>
> https://docs.pytest.org/en/latest/goodpractices.html#integrating-with-setuptools-python-setup-py-test-pytest-runner
>  
>   however SQLA is using: 
> https://docs.pytest.org/en/latest/goodpractices.html#manual-integration 
>
> perfect, that worked! Thanks!

 

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to