hynek / pem

PEM file parsing in Python.
https://pem.readthedocs.io/
MIT License
159 stars 37 forks source link

Add pretend requirement for testing. #3

Closed glyph closed 10 years ago

glyph commented 10 years ago

Right now pip install -r dev-requirements.txt is insufficient to get py.test test_pem.py to work.

hynek commented 10 years ago

thanks!