| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | correctly find path to testdata when running from root | Adam Hupp | 2022-04-25 | 1 | -1/+5 |
| | | |||||
| * | Update tests and docker config for newer versions | Adam Hupp | 2021-06-01 | 1 | -2/+2 |
| | | |||||
| * | skip magic_descriptor tests in centos 7 | Adam Hupp | 2021-01-15 | 1 | -1/+8 |
| | | |||||
| * | Reformat according to PEP | SchoolGuy | 2021-01-13 | 1 | -0/+1 |
| | | | | | I achieved this via the PyCharm Reformat Shortcut | ||||
| * | Fix path of the test pdf | SchoolGuy | 2021-01-13 | 1 | -2/+1 |
| | | |||||
| * | fix libmagic test | Adam Hupp | 2018-01-14 | 1 | -1/+5 |
| | | |||||
| * | Merge in compatability mode with libmagic | Adam Hupp | 2017-12-04 | 1 | -0/+35 |
| The libmagic distribution uses the same package name `magic` as python-magic, but has an incompatible API. This change merges in a copy of libmagic's bindings, wrapped to give deprecation warnings. This is intended to a) mitigate the short-term pain to users and packagers who need to figure out which to use, and b) give us a path to merging the two sets of bindings. I'd be happy for libmagic to take over this package if we could find a path to it. | |||||
