Loading
python3Packages.python-sat: cleanup and convert to pyproject true
- fix pytest import issue
As described in https://github.com/NixOS/nixpkgs/issues/255262, `python
-m pytest` adds the local directory to PYTHONPATH, which gives
precendence to local imports. Remove the local `pysat` directory to only
import the installed variant.
- convert to pyproject true
- update description