Metadata-Version: 2.1
Name: pytest-postgres
Version: 0.7.0
Summary: Run PostgreSQL in Docker container in Pytest.
Home-page: https://github.com/clayman74/pytest-postgres
Author: Kirill Sumorokov
Author-email: sumorokov.k@gmail.com
License: MIT
Keywords: pytest-postgres
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing
Classifier: Framework :: Pytest
Requires-Dist: docker
Requires-Dist: psycopg2-binary
Requires-Dist: pytest
Provides-Extra: develop
Requires-Dist: flake8 (==3.5.0) ; extra == 'develop'
Requires-Dist: flake8-bugbear (==17.12.0) ; extra == 'develop'
Requires-Dist: flake8-builtins-unleashed (==1.3.1) ; extra == 'develop'
Requires-Dist: flake8-comprehensions (==1.4.1) ; extra == 'develop'
Requires-Dist: flake8-import-order (==0.16) ; extra == 'develop'
Requires-Dist: flake8-mypy (==17.8.0) ; extra == 'develop'
Requires-Dist: flake8-pytest (==1.3) ; extra == 'develop'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'

UNKNOWN


