mdolab / pygeo

pyGeo provides geometric design variables and constraints suitable for gradient-based optimization.
https://mdolab-pygeo.readthedocs-hosted.com/en/latest/?badge=latest
Apache License 2.0
122 stars 54 forks source link

Disallow skipped tests only on x86 #204

Closed eirikurj closed 1 year ago

eirikurj commented 1 year ago

Purpose

ESP is at the moment not going to be installed on the ARM docker images, resulting in tests failing (see https://github.com/mdolab/docker/pull/170). This PR adds an architecture check on adding the --disallow_skipped flag.

Expected time until merged

No rush.

Type of change

Testing

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #204 (4570418) into main (1137883) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #204   +/-   ##
=======================================
  Coverage   64.78%   64.78%           
=======================================
  Files          47       47           
  Lines       11969    11969           
=======================================
  Hits         7754     7754           
  Misses       4215     4215           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more