amritagos / solvis

Various ways to analyze and visualize solvation shells, and atomic systems. Meant primarily for analyzing the outputs produced by LAMMPS, but would work with most things compatible with ASE.
MIT License
2 stars 1 forks source link

Fixed CI failing with Linux #3

Closed amritagos closed 7 months ago

amritagos commented 7 months ago

On my local Archlinux machine, all the tests worked. However, it turns out that on the CI, for Linux, you also need to install xvfb and some more packages. Then pytest works. The hacky workaround of skipping the problematic test is no longer required