Remove TemplateProject subclassing

This commit is contained in:
Joe Rickerby
2020-05-15 12:28:34 +01:00
parent 0411fcc2ae
commit 2e8fe841ec
13 changed files with 43 additions and 43 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ import textwrap
import pytest
from . import utils
from .template_projects import CTemplateProject
from . import template_projects
# TODO: specify these at runtime according to manylinux_image
project_with_manylinux_symbols = CTemplateProject(
project_with_manylinux_symbols = template_projects.new_c_project(
spam_c_top_level_add=textwrap.dedent(r'''
#include <malloc.h>