Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
/CMakePresets.json
/toolchains
/mull.yml
/requirements.txt
/docs/puppeteer_config.json
/docs/mermaid.conf
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ project(
DESCRIPTION "A header-only C++ library that polyfills the standard library."
)

set(INFRA_PROVIDE_PYTEST_REQS OFF)

include(cmake/get_cpm.cmake)
if(PROJECT_IS_TOP_LEVEL)
cpmaddpackage("gh:intel/cicd-repo-infrastructure#dev")
Expand Down
15 changes: 15 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# The contents of this file can be generated at latest versions available by running:
#
# $ python3 -m venv ./test_venv
# $ source ./test_venv/bin/activate
# $ pip install pytest pytest-xdist hypothesis | tail -n1 | cut -d' ' -f 3- | tr ' ' '\n' | sed 's/\(.*\)-\(.*\)/\1==\2/'
#
attrs==24.2.0
execnet==2.1.1
hypothesis==6.115.3
iniconfig==2.0.0
packaging==24.1
pluggy==1.5.0
pytest==9.0.3
pytest-xdist==3.6.1
sortedcontainers==2.4.0