Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make clib build reproducible by sorting sources | Daniel Garcia Moreno | 2022-11-15 | 1 | -0/+28 |
| | | | | Fix https://github.com/pypa/setuptools/issues/3678 | ||||
* | Consistently use unittest.mock in tests | Miro Hrončok | 2022-10-17 | 1 | -1/+2 |
| | | | | | | | - Some tests used unittest.mock from the standard library - Some tests used mock from PyPI - Some tests tried to import unittest.mock with a fallback to mock (the import never fails on Python 3.7+, older Pythons are not supported) | ||||
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -2/+1 |
| | |||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2019-01-26 | 1 | -5/+4 |
| | |||||
* | tests: switch back to mock instead of backports.unittest_mock | Benoit Pierre | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | Added build_clib module and unit tests. | Daniel Nunes | 2017-01-19 | 1 | -0/+59 |
Added rudimentary dependency system for build_libraries. Added obj_deps and cflags keys to build_info dictionary. |