Skip to content

Commit e89a0fc

Browse files
rebase
1 parent fceb2b0 commit e89a0fc

File tree

86 files changed

+205
-4669
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+205
-4669
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ jobs:
2525
matrix:
2626
os:
2727
- ubuntu-latest
28-
# Windows fails due to "No module named 'Wrappers'"
29-
# This SHOULD be fixed once Dafny generates fully-qualified import statements
30-
# (i.e. doo files, per-package module names)
31-
# Disable for now
32-
# - windows-latest
28+
- windows-latest
3329
- macos-12
3430
python:
3531
- 3.8

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ __pycache__
3333
.pytest_cache
3434
# Ignore key materials generated by examples or tests
3535
test_keyrings/
36-
# Ignore results of performance test
37-
performance_tests/results/*.csv
38-
performance_tests/results/*.pstats
39-
performance_tests/results/*.png
40-
# Ignore the memory profile logs
41-
mprofile_*
4236

4337
# PyCharm
4438
.idea/

README.rst

Lines changed: 176 additions & 108 deletions
Large diffs are not rendered by default.

buildspec.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ version: 0.2
22

33
batch:
44
fast-fail: false
5-
build-graph:
6-
7-
# 3.8
5+
build-list:
86
- identifier: py38_integ
97
buildspec: codebuild/py38/integ.yml
108
env:
@@ -126,10 +124,6 @@ batch:
126124
buildspec: codebuild/py311/integ_mpl.yml
127125
env:
128126
image: aws/codebuild/standard:7.0
129-
- identifier: py311_performance_tests_mpl
130-
buildspec: codebuild/py311/performance_tests_mpl.yml
131-
env:
132-
image: aws/codebuild/standard:7.0
133127
- identifier: py311_examples
134128
buildspec: codebuild/py311/examples.yml
135129
env:
@@ -216,10 +210,6 @@ batch:
216210
buildspec: codebuild/py312/integ_mpl.yml
217211
env:
218212
image: aws/codebuild/standard:7.0
219-
- identifier: py312_performance_tests_mpl
220-
buildspec: codebuild/py312/performance_tests_mpl.yml
221-
env:
222-
image: aws/codebuild/standard:7.0
223213
- identifier: py312_examples
224214
buildspec: codebuild/py312/examples.yml
225215
env:

codebuild/py311/performance_tests_mpl.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

codebuild/py312/performance_tests_mpl.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

examples/src/custom_mpl_cmm_example.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

examples/src/default_cryptographic_materials_manager_example.py

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)