[SOLVED] FreeCAD tests fail

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: [SOLVED] FreeCAD tests fail

Post by bernd »

May be for FEM tests pyNastran needs to be installed. Best done with pip. If this is a problem I would temporary deactivate the tests which need it.
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: [SOLVED] FreeCAD tests fail

Post by PrzemoF »

Thanks for the hint - I'll test it
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: [SOLVED] FreeCAD tests fail

Post by Kunda1 »

bernd wrote: Mon Aug 02, 2021 8:04 am May be for FEM tests pyNastran needs to be installed. Best done with pip. If this is a problem I would temporary deactivate the tests which need it.
This may be an issue for other downstream repos like Arch (AUR) (link). Maybe these tests should be conditional upon if certain dependencies are installed or not?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: [SOLVED] FreeCAD tests fail

Post by PrzemoF »

I'm not sure what fixed the problem (I added nastran, but didn't rebuild the image yet!), but it's gone. I reverted my temporary fix and it's OK: https://gitlab.com/PrzemoF/FreeCAD/-/pi ... /346592537 Looks like you fixed it bernd! :D
Post Reply