| Age | Commit message (Collapse) | Author |
|
See: https://github.com/sckott/habanero/issues/210
|
|
This is a *dev* dependency, not a sanity test, and so has no place in
end-user checks.
See
https://wiki.archlinux.org/index.php?title=Python_package_guidelines&oldid=806883
|
|
|
|
|
|
As configured, I had accidentally disabled pytest-recording (since
pytest plugins aren't all named `pytest_...`), which made check()
flakier than necessary
|
|
|
|
By enumerating the pytest plugins we actually use, we avoid such cases
as https://github.com/pytest-dev/pytest/issues/13369
|
|
|
|
PR199 making the python-bibtexparser checkdepends optional has been
merged, so it doesn't need to be manually added.
I've changed my mind in re adding it by default to the PKGBUILD -- since
this isn't a VCS package, I'll default to having tests on optdepends be
off by default, recommending people who use those optdepends to
uncomment the corresponding checkdepends.
(Though as namcap warns, the extra checkdepend is redundant. Still, I
prefer to be thorough with my documentation)
|
|
|
|
|
|
Autodisables bibtexparser-dependent test if it is not installed
|
|
Also added check()
Note: The bound on the python-bibtexparser checkdepends is due to
https://github.com/sckott/habanero/issues/144 and is provided by
aur/python-bibtexparser-git.
It can be removed once python-bibtexparser 2.0.0 lands in extra.
Alternatively, one can uncomment the `-k 'not test...'` line in the
PKGBUILD -- I've contacted upstream about this in the above issue and
hope they'll make their testsuite autodetect the presence of
`bibtexparser`.
|
|
|
|
|
|
Turns out (checking against [core]/[extra] packages) that a copyright
line (which makes the license text not byte-for-byte equal to the SPDX
reference license) isn't enough to require considering a license custom.
|
|
|
|
|
|
The MIT license provided has a copyright line, so needs installation in
particular
|
|
.gitattributes are useful for local configuration, but they shouldn't
have been checked in
|
|
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|