Fix bibtex testcase, closes #25.
Also, made pyfakefs a straight pypi requirement, rather than a github one, as no dev feature is needed since the last release.main
parent
d685ec10aa
commit
8126a0e0b4
@ -1,4 +1,4 @@
|
|||||||
@article{ Space,
|
@article{ LeadingSpace ,
|
||||||
author = {Name, FirstName},
|
author = {Name, FirstName},
|
||||||
title = {Title},
|
title = {Title},
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# those are the additional packages required to run the tests
|
# those are the additional packages required to run the tests
|
||||||
six
|
six
|
||||||
git+http://github.com/jmcgeheeiv/pyfakefs#egg=pyfakefs
|
pyfakefs
|
||||||
ddt
|
ddt
|
||||||
|
Loading…
Reference in new issue